PERFORM CHECKLIST FOR GRAPHICS CARDS

This command will make a checklist of all installed display cards.

  Syntax
PERFORM CHECKLIST FOR GRAPHICS CARDS
  Returns

This command does not return a value.

  Description

Some system have more than one 3D accelerator installed and often provide different feature sets and levels of performance. Use the CHECKLIST commands in the SYSTEM command set to access the checklist.

  Example Code
cls
set display mode 800,600,32
set window on
wait 1000*8
perform checklist for graphics cards
do
loop
end
  See also

DISPLAY Commands Menu
Index